home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / swbback / sample.txt < prev    next >
Encoding:
Text File  |  1999-04-19  |  1.2 KB  |  47 lines

  1. SWBBackup Sample VB6 Application
  2. ==================================
  3.  
  4. SWBBackup is a complete backup and 
  5. restore application written in Visual
  6. Basic 6.0 using the SWBBack component.
  7.  
  8. IMPORTANT:
  9. Before you load this project, please
  10. register the included SWBProg.OCX control.
  11. This is the freeware SWB Progress Bar 
  12. control offered on our site.  You should
  13. run:   REGSVR32.EXE SWBPRog.OCX  
  14. in order to register this control on 
  15. your system prior to loading the 
  16. SWBBackup project.
  17.  
  18. To perform a backup, you need to do
  19. the following:
  20.  
  21. 1) Select files to include by clicking
  22.    the Add button on the Include Files
  23.    tab.  You can add as many directory
  24.    specifications to the list as you 
  25.    would like.
  26.  
  27. 2) On the Options tab, select the 
  28.    removable drive you will be 
  29.    backing up to. (Even though SWBBack
  30.    component supports backups to hard
  31.    drives, this sample app allows
  32.    only backing up to removable drives).
  33.  
  34. 3) Click the Backup button to start the
  35.    backup process.
  36.  
  37. To perform a restore, you need to do
  38. the following:
  39.  
  40. 1) Same as step 1 above.
  41.  
  42. 2) On the Options tab, select the 
  43.    removable drive that contains
  44.    the previously made backup media.
  45.  
  46. 3) Click the Restore button to 
  47.    start the restore process.